mm: improve message in populate physmap when the domain is direct mapped
authorJulien Grall <julien.grall@citrix.com>
Tue, 27 Oct 2015 13:47:33 +0000 (14:47 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 27 Oct 2015 13:47:33 +0000 (14:47 +0100)
commit3f3a26badbe9e980c759e2246cb248ceef018968
tree0798840e7d841c2332c8d9980ff7464813066c6a
parent68f2e49032fa32c9cc5413994d8b072d3d2bd048
mm: improve message in populate physmap when the domain is direct mapped

The current domain and the domain pointed by the variable "d" are not
the same.

However, when it's not possible to get a reference on the page, the
target domain ID is not printed. This makes the message difficult to
understand.

Improve the message by printing the target domain ID.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/memory.c